home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000313_news@columbia.edu _Sun Jan 21 00:57:38 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id AAA28507 for <kermit.misc@watsun>; Sun, 21 Jan 1996 00:57:38 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id AAA10565 for kermit.misc@watsun; Sun, 21 Jan 1996 00:57:35 -0500 (EST)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!hpg30a.csc.cuhk.hk!news.cuhk.edu.hk!agate!howland.reston.ans.net!newsfeed.internetmci.com!vixen.cso.uiuc.edu!ux2.cso.uiuc.edu!shair
  5. From: rmshair@uiuc.edu (Bob Shair)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: The Transmit command
  8. Date: 21 Jan 1996 01:32:37 GMT
  9. Organization: University of Illinois at Urbana
  10. Lines: 28
  11. Message-ID: <4ds53l$nig@vixen.cso.uiuc.edu>
  12. References: <4dru0m$oev@bcarh8ab.bnr.ca>
  13. NNTP-Posting-Host: ux2.cso.uiuc.edu
  14. Originator: shair@ux2.cso.uiuc.edu
  15.  
  16. hadi@bnr.ca (Jamal Hadi Salim) writes:
  17.  
  18.  
  19. >i have hooked up a local device thru a serial port and i am trying
  20. >to talk to it via kermit. No problem there; 
  21. >however, when i use the transmit command to send it a text file only the first 
  22. >line is sent!
  23. >i looked up the kermit book page 170-1 and it suggested that i change
  24. >the prompt on the local device since kermit waits for this
  25. >prompt ... i have no idea how the device receives th lines and how it processes
  26. >them. I changed the prompt on the device but only the first line got received
  27.  
  28. We must be working from different editions...  Transmit is discussed on
  29. pp 202-207 of my Using C-Kermit (1993).
  30.  
  31. It would really be helpful to know whether the device sends anything
  32. in response to a line.  If not, try:
  33. set transmit prompt 0
  34. set transmit pause <biggish number>  (maybe 100...)
  35.  
  36. You ought to be able to see what comes back with   
  37. SET DEBUG
  38. I think, but I've never tried it with TRANSMIT
  39. -- 
  40.  
  41. Bob Shair                          Open Systems Consultant
  42. 1018 W. Springfield Avenue         rmshair@uiuc.edu
  43. Champaign, IL 61821           217/356-2684